import widget
Type
command
Summary
Creates a widget from the supplied state array.
Syntax
import widget from array <arrayVar>
Description
Use the import widget command to recreate a widget previously saved using the export command.
The imported object is placed in the current stack.
For details of the format of the widget state array see export widget.
note
: The export widget command is subject to change throughout the 8.0 development cycle.
Parameters
Name | Type | Description |
---|---|---|
arrayVar | A variable containing a widget state array, previously obtained using export widget |
Examples
import widget from array tMyArray
Related
command: export widget, create widget
Compatibility and Support
Introduced
LiveCode 8.0
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile